-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DES-882: Modal now resizes when browser is resized #25
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just wondering if leading edge should be turned on for debounce.... everything else looks good.
Setting { 'leading': true } did not help in this case of resizing. |
Ready for QA or something 😃 |
…, including IE 11
@JasonLantz Eajaz discovered that the demo was not working in IE 11. This was due to webpack-dev-server 2.11.x having a dependency on strip-ansi 4.0, which used arrow functions, which are not supported in IE 11. For a quick fix, I pinned the webpack-dev-server at 2.9.x, which uses strip-ansi 3.x. Read all about it here: webpack/webpack-dev-server#1278. Here is a possible PR for webpack-dev-server to resolve this issue: webpack/webpack-dev-server#1273 |
all approved. merging it. |
No description provided.